home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / packages / powertcp.exe / ABSTRAC2.TX_ / ABSTRAC2.bin
Encoding:
Text File  |  1994-12-21  |  703 b   |  17 lines

  1. TNT16C: Demonstrates using the 16/32-bit PowerTCP TELNET DLL using C.
  2. TNT16CPP: Demonstrates using the 16-bit PowerTCP TELNET LIB using C++.
  3. Compiled using Visual C++ version 1.51.
  4.  
  5. These two samples show how you can use PowerTCP to create a client TELNET
  6. application. To connect to a remote computer, choose Connect... from the
  7. Action menu.
  8.  
  9. Telnet16 supports option negotiation and remote echoing. Telnet16 does not
  10. display the characters typed at the keyboard, only received data, so the
  11. remote computer MUST echo back all input.
  12.  
  13. To disconnect, choose Disconnect from the Action menu.
  14.  
  15. TNT16C and TNT16CPP are also compilable under 32 bit mode (see the TNT32C
  16. and TNT32CPP samples).
  17.